LightSwitch HTML Edition
ToList Method






Creates a System.Collections.Generic.List`1 from this collection.
Syntax
'Declaration
 
Public Function ToList() As System.Collections.Generic.List(Of T)
'Usage
 
Dim instance As ValueSet(Of T)
Dim value As System.Collections.Generic.List(Of T)
 
value = instance.ToList()
public System.Collections.Generic.List<T> ToList()
public function ToList(): System.Collections.Generic.List; 
public function ToList() : System.Collections.Generic.List;
public: System.Collections.Generic.List<T*>* ToList(); 
public:
System.Collections.Generic.List<T^>^ ToList(); 

Return Value

A System.Collections.Generic.List`1 that contains the objects in this collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValueSet<T> Class
ValueSet<T> Members

Send Feedback